@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;overflow: hidden;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1300px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.baseDiva{ width:1300px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}


@media screen and (max-width: 1850px) {
 

}

/*导航 */ 
.navtel{
  width:1300px;
  margin:0 auto;
  position: absolute;
  top:0;
  left:50%;
  margin-left:-650px;
  z-index: 999;
  text-align:right;
  line-height:50px;
  color:#fff;
  font-size:16px
}
.navtel span{
  font-size:25px;
  font-family:"Arial";
  font-weight:bold;
  color:#ffae00;
}
.nav {
	position: absolute;
	width: 100%;
	z-index: 999;
	height: 142px;
	top: 23px;
	left: 0;
	background: url(../images/topbj.png) center no-repeat;
}

.nav .left-logo {
	margin-top: 20px;
}

.navb {
	height: 98px;
	line-height: 98px;
	margin-top: 35px;
}
.navb .active {
	position: relative;
	float: left;
	width: 110px;
	display: inline;
	text-align: center;
}

.navb .on{
	background: #0076d9;

}
.navb .on a{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
}


.navb h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #fff;
	text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
	background:url(../images/yuan.jpg) left center no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 98px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -150px !important;
	width: 895px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}
.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:129px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:520px;
	height:300px;
	background:#f6f6f6;
	padding-left:15px;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}




/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 860px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;


	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 860px;
	border:0;
}




/*产品展示*/
.flbj{
	width: 100%;
	height: 430px;
	background: url(../images/flbj.jpg) center bottom no-repeat;
}
.probt{
	text-align: center;
	width: 435px;
	margin:0 auto;
	position: relative;
	margin-top: 30px;
}
.probt a{
	display: block;
	font-size: 36px;
	color: #222;
}
.probt a em{
    color: #0869ba;
    font-weight: bold;
}
.probt p{
	font-size: 15px;
	color: #8a8a8a;
	line-height: 35px;;
}
.probt::before{
	content: '';
    display: block;
    position: absolute;
	top: 23px;
	left: 0;
    width: 56px;
    height: 18px;
    background-image: url(../images/btimg.png);
}
.probt::after{
	content: '';
    display: block;
    position: absolute;
    top: 23px;
    right: 0;
    width: 56px;
    height: 18px;
    background-image: url(../images/btimg.png);
}
.probt a:hover{
	color: #0869ba;
}
.pro_list_con{
	width: 1350px;
	margin:0 auto;
position: relative;
overflow: hidden;
}
.cpnav{
	width: 1296px;
	margin:0 auto;
	margin-top: 30px;
	overflow: hidden;
	height: 260px;
	
}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 30px;
}
.cpnav ul li .imgtu img{
	width: 180px;
	height: 180px;
	border-radius: 100px;
	padding: 10px;
	background: url(../images/list_line.png) center top no-repeat;
}
.cpnav ul li p{
	display: block;
	width: 180px;
	height: 40px;
	background: #0063af;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 40px;
}
.cpnav ul li p a{
	color: #fff;
	font-size: 16px;
	display: block;
}
.cpnav ul li:hover .imgtu img{
	cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.cpnav ul li:hover p{
    background: #ffb600
}
.list_l, .list_r {
    width: 23px;
    height: 44px;
    background-image: url(../images/icon.png);
    position: absolute;
    top: 110px;
    cursor: pointer;
}
.list_l {
    background-position: -8px -156px;
    left: 0;
}
.list_r {
    background-position: -45px -156px;
    right: 0;
}

/*pro*/
.h55{height: 55px;}
.pro_litpic{
    background: url(../images/probj.jpg) center no-repeat;
    width: 100%;
	height: 760px;

}
.pro_show{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
	height: 660px;
}
.pro_go ul li{
    width: 24.6%;
    margin: 5px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
}
.pro_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.pro_go ul li em{
    width: 122px;
    height: 36px;
    background: url(../images/icona.png);
    position: absolute;
    top: 0;
    left: 0;
}
.pro_go ul li:hover em{
    background: url(../images/icona.png) -124px;
}
.pro_go ul li span{
    width: 100%;
    height: 40px;
    background: #ff8a00;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: -40px;
    transition: all 0.6s;
    left: 0;
    border-top-right-radius: 80px;
}
.pro_go ul li:hover span{
    bottom: 0;
}
/*hot*/
.hot{
    background: url(../images/albj.jpg) center no-repeat;
    height: 650px;
}
.albox {
    position: relative;
    width: 100%;
    min-width: 1300px;
    margin-top: 30px;
}

#focus_Box {
    position: relative;
    width: 1300px;
    height: 500px;
    margin: 0 auto;
}

#focus_Box ul {
    position: relative;
    width: 1300px;
    height: 500px;
    overflow: initial;
}

#focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0px;
    cursor: pointer;
	left: 377px;
	box-shadow: 0 3px 5px #d2d2d2;
	border:10px #fff solid;
	overflow: hidden;
}

#focus_Box li img {
    width: 100%;
    min-height: 450px;

	
}
#focus_Box li p{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 45px;
	background: rgba(0,0,0,.6);
	width: 100%;
	text-align: center;
	line-height: 45px;
	opacity: 0;
}
#focus_Box li p a{
	color:#fff;
}
#focus_Box li:hover p{
	opacity: 1;
}
/*简介*/
.probj{
    background: url(../images/abbj.jpg) center no-repeat;
    height: 630px;

}
.com_con{
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-top: 40px;
}
.com_con h3{
    font-size: 38px;
}
.com_con em{
	font-size: 15px;
	color: #cacaca;
	font-family: "Arial";
	text-transform: uppercase;
	line-height: 40x;
}
.com_con p{
	display: block;
	width: 1150px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 28px;
	margin-top: 50px;
}
/*数字*/
.ys_box{
    width: 1040px;
	margin: 0 auto;
	margin-top: 35px;
}

.ys_box ul li{
    float: left;
    width: 260px;
    text-align: center;
    background: url(../images/xian.png) right center no-repeat;
}
.ys_box ul li+li+li+li{
    background: initial;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 53px;
    color: #fff;
    font-family: "Arial";
}
.ys_box .div1 .span3{
	width: 35px;
	height: 35px;
	margin-left: 10px;
	position: relative;
	bottom: 0;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
}
.ys_box .div2 .span2{
    font-size: 16px;
    color: #fff;
}
.abtel{
	width: 400px;
	height: 50px;
	background: #ff9c00 url(../images/tel.png) 60px center no-repeat;
	border-radius: 50px;
	margin: 0 auto;
	line-height: 50px;
	margin-top: 45px;
}
.abtel a{
	font-size: 33px;
	color: #fff;
	font-family: "Arial";
	display: block;
	padding-left: 110px;

}
/*优势*/
.advbj{
	width: 1300px;
	margin: 0 auto;
	position: relative;
	margin-top: -90px;
}
.advbj ul li{
	float: left;
	overflow: hidden;
}
.advbj ul li .tua{
	position: relative;
}
.advbj ul li .imga{
	position: absolute;
	top: 0;
	width: 325px;
	height: 275px;
	background: rgba(0,0,0,.3);
	text-align: center;
}
.advbj ul li .imga img{
	display: block;
	margin: 0 auto;
	margin-top: 65px;
}
.advbj ul li .imga span{
	font-size: 20px;
	color: #fff;
	line-height: 60px;
}
.advbj ul li .imga p{
	color: #fff;
	font-size: 14px;
	display: none;
	
}
.advbj ul li:hover .tua{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.advbj ul li:hover  .imga p{
	display: block;
}
.advbj ul li:hover  .imga img{
	cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}


/*新闻*/
.xw-l{
  width: 1400px;
  margin: 0 auto;
  margin-top: 35px;
}
.xw-l ul li{
  width: 620px;
  height: 145px;
  background: #fff;
  float: left;
  box-shadow: 0 0 30px rgba(186,207,234,.7);
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left:65px;
  border-radius: 10px;
}

.xw-l ul li img{
	width: 210px;
	height: 139px;
	border-radius: 10px;
	position: absolute;
	margin-top: -30px;
	margin-left: -45px;
	overflow: hidden;
}
.xw-l ul li h3 a{
	font-size: 18px;
	color: #333;
	margin-left: 200px;
	font-size: 18px;
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 20px;
}
.xw-l ul li span{
	display: block;
	font-size: 15px;
	color: #a8a8a8;
	background: url(../images/shijian.png) left center no-repeat;
	margin-left: 470px;
	padding-left: 30px;
	margin-top: 20px;
}
.xw-l ul li:hover img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.xw-l ul li:hover h3 a{
	color: #0869ba;
	padding-left: 16px;
}

/*底部*/
.footer{
    background: url(../images/footbj.png) center no-repeat; 
    position: relative;
	height: 450px;
	margin-top: 50px;
}
.dbfl{
	width: 620px;
}
.dbnav{
	width: 490px;
	margin-top: 75px;
}
.dbnav ul li{
	float: left;
	line-height: 35px;
}
.dbnav ul li a{
	font-size: 15px;
	color: #b7b7b7;
	width: 75px;
	margin-right: 100px;
}
.dbnav ul li:hover a{
	text-decoration: underline;
}
.dbewm{
	height: 170px;
	margin-top: 25px;
	background: url(../images/ewm.png) left top no-repeat;
	padding-left: 230px;
}
.dbewm em{
	width: 18px;
	height: 2px;
	background: #959595;
	display: block;
}
.dbewm b{
	font-size: 15px;
	color: #b7b7b7;
	line-height: 35px;
}
.dbewm span{
	display: block;
	color: #0064b7;
	font-size: 22px;
	font-family: "Arial";
	margin-bottom: 15px;
}
.dbewm p{
	font-size: 16px;
	color: #959595;
}
.f_mes{
    width: 600px;

}
.f_mes span, .f_mes em {
    display: inline-block;
    color: #fff;
}

.f_mes span {
	font-size: 26px;
	padding-top: 40px;
}
.f_mes input {
    float: left;
    height: 45px;
    margin-right: 45px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 255px;
    display: block;
    border: none;
    background: none;
    border-bottom: 1px solid #6892ca;
    color: #fff;
}
.f_mes button {
    display: block;
    width: 200px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    padding: 0;
    background: #0869ba;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    margin-top: 35px;
}
.f_mes button:hover{
	background: #ff9c00;
}
.banquan{
	text-align: center;
	font-size: 14px;
	color: #878787;
	line-height: 60px;
	margin-top: 10px;
}
.banquan a{
	color: #878787;
}


/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

.breadcrumbs{font-size: 14px;line-height:70px; background:#eef2f5; width:100%;}
.breadcrumbsa{font-size: 14px;line-height:70px; background:#fff; width:100%;}

.dqdhMain{background: url(../images/home.png) 15px center no-repeat;padding-left: 50px;}

.dqdhMain span{ font-size:15px; color:#5a5a5a;}

.dqdhMain a{color:#666; font-size: 14px;}

.dqdhMain a:hover{ text-decoration:underline;}

.weizhi{color: #333;font-size: 18px;padding-right: 15px;background: #0063af;width: 280px;text-align: center;color: #fff;font-size: 23px;}

.s_width{ text-align:center; margin-top:30px;}

.s_width h2{ font-size:30px; color:#000; line-height:50px;}

.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}


/*产品列表页分类*/
.nyfenlei{width: 1300px;margin: 0 auto;padding-top: 20px;margin-bottom: 30px}
.nyfenlei ul li{width: 200px;height: 45px;background: #0063af;border-radius: 50px;float: left;margin-top: 10px;margin-left: 8px;margin-right: 8px;line-height: 45px;text-align: center;}
.nyfenlei ul li a{display: block;color: #fff;}
.nyfenlei ul li:hover{background: #ff9c00}

/*Â·Ã–Ã’Â³*/

.page_nav{ padding:15px 15px; color:#999; font-size:14px; text-align:center; background-color:#fff;}

.page_nav .nolink{display:inline-block; margin:0 5px; padding:0 5px; height:25px; line-height:25px; border:1px solid #fff;}

.page_nav font,.page_nav a{ display:inline-block; margin:0 5px; padding:0 10px; border:1px solid #e5e5e5; height:25px; line-height:25px; border-radius:5px;}

.page_nav font{ border:1px solid #fff;}

.page_nav a:hover{ color:#fff; border:1px solid #54a530; background-color:#54a530}



.viewpage{ margin:0; padding:20px 0 50px 0; border-top:1px solid #f3f3f3;}

.viewpage .main_r_nav{ color:#999; font-size:14px; line-height:30px;padding-left: 20px;padding-right: 20px;}

.viewpage .main_r_nav a{ font-size:14px; color:#444}

.viewpage .main_r_nav a:hover{ text-decoration:underline;}



/*分页*/

.fenye{ text-align:center; color:#666; font-size:14px; line-height:30px; padding:20px 0;}

.fenye .rows{ color:#666; font-size:13px; padding:0 10px;}

.fenye .current{ display: inline-block; color:#cc0000; font-size:14px; padding:0 5px;}

.fenye .num,.fenye .next{display:inline-block; margin:0 3px; padding:0 10px;  border:1px solid #ddd; color:#666; font-size:14px; height:28px; line-height:27px; border-radius:5px;}

.fenye .num:hover,.fenye .next:hover{ background-color:#cc0000; color:#fff; border:1px solid #cc0000;}


.nyyc{width: 280px;height: auto;margin-right: 20px;margin-top: 30px;}
.fenlei span{color: #333;font-size: 24px;font-family: "黑体"}
.fenlei ul{margin-top: 20px;}
.fenlei ul li{height: 38px;line-height: 38px;background: #e7e7e7;margin-bottom: 10px;padding-left: 25px;font-size: 15px;width: 250px;}
.fenlei ul li a{color: #333;display: block;}
.fenlei ul li:hover{background:#ffa900;cursor: pointer;}
.fenlei ul li:hover a{color: #fff;}
.nylx{width: 245px;height: auto;background: #f2f2f2;padding-bottom: 30px;margin-top: 20px;padding: 20px 15px 20px 15px;margin-bottom: 50px;}
.nylx span{color: #333;font-size: 24px;font-family: "黑体"}
.nylx p{color: #838383;font-size: 14px;line-height: 26px;}
.main{ background:url(../images/cybj01.jpg) top center no-repeat;}

.maina{ background:#eef2f5;}

.main .main_right{ width:100%;margin-bottom:50px;}
.maina .main_rightb{ width:880px;margin-bottom:50px;padding-top: 50px;}

.text{ line-height:35px; font-size:15px; color:#666;padding:30px;}

.text span{font-size:15px; color:#666;}

.text img{ max-width:100%;margin-bottom: 20px;}

.maina .tT01{ text-align:center; line-height:35px; margin-top:20px;}

.maina .tT01 .span1{ font-size:24px; color:#444;}

.maina .subtitle{font-size: 13px; line-height: 24px; height: 24px; color: #8F8F8F; text-align:center;}

.maina .subtitle span{ padding:0 10px;}



.main .main_left{ width:182px; }

.main .main_left .titleL{ height:80px; background:url(../images/bt_vt57.jpg) top right no-repeat;  text-align:center; overflow:auto;}

.main .main_left .titleL span{ font-size:24px; color:#fff; font-weight:700; display:block; width:100%; height:80px; line-height:80px;}

.main .main_left .titleL2{ display: block ;width:100%; margin-top:10px; overflow:hidden; }

.main .main_left .titleL2 img{ display:block; width:100%;}

.main .navLeft{}

.main .navLeft li a{ display:block; width:100%; height:45px; line-height:45px;;color:#305dc3; text-align:left; border-bottom:1px solid #305dc3; font-size:14px; position:relative;}

.main .navLeft li a span{ position:relative; z-index:5; padding-left:15px  }

.main .navLeft li a em{ display:block; width:0; position:absolute; z-index:1; left:0; top:0; height:100%;background-color:#305dc3;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.main .navLeft li a:hover,.main .navLeft li.active a{ color:#fff;}

.main .navLeft li a:hover em,.main .navLeft li.active a em{ width:100%;}





.product_top{padding: 10px;}

.product_top .l_img{ width:650px; height:455px; background-color:#f2f2f2; text-align:center; display:table;}

.product_top .l_img span{/*display: table-cell; vertical-align:middle;*/ display:block; width:100%; height:100%; background-size:cover !important; }

.product_top span img{ display:inline-block; max-width:100%; max-height:100%; vertical-align:middle;} 

.product_top .r_box{ width:510px;}

.product_top .r_box .product_title{border-bottom:1px solid #ddd;padding:10px 0 8px 0;}

.product_top .r_box .product_title h2{ font-weight:700; font-size:26px;color:#101010;}

.miaoshu{}

.product_top .subtitle{font-size:14px;color:#b7b7b7; padding-top:8px;}

.product_top .subtitle span{ display:block; padding-left:25px; line-height: 23px; height: 24px; }

.product_top .subtitle span.span1{ background:url(../images/shijian.png) left center no-repeat;}

.product_top .subtitle span.span2{ background:url(../images/liulan.png) left center no-repeat;}

.product_top .keyword{ height:40px; line-height:40px; font-size:15px; color:#717171;}

.product_top .keyword span{ font-size:18px; color:#0059A9;}

.product_top .desc{font-size:15px; color:#717171; line-height:30px; }

.product_top .desc span{ font-size:20px; font-weight:bold; color:#e40000;}

.product_top .desc span b{ font-size:30px;}



.maina .main_righta{background: #fff;padding-bottom: 50px;}
.h30{height: 30px;}

.newsTitle {

    height: 63px;

    line-height: 60px;

    font-size: 20px;

    border-bottom: 1px solid #ebebeb;

}

.newsTitle a {

    float: left;

    padding: 0 35px;

    cursor: pointer;

    margin-top: 2px;

}

.newsTitle .active {

    color: #3dc3e8;

    border-bottom: 2px solid #3dc3e8;

    position: relative;

    top: 1px;

    line-height: 58px;

}





#faqbox{padding:50px 0 50px 280px;}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#ffa200; }

.wizfrm:hover{ background-color:#35bfcb; }



/**/


.mainBox{width: 1300px;margin: 0 auto;background: #fff;}
.maina .proLista{width:80px;position:relative; margin-top:10px;}

.maina .proLista{ overflow:hidden; width:100%;}

.maina .proLista li{ width:405px; float:left; margin: 5px 0 25px 20px;} 

.maina .proLista li .boxa{ width:405px; height:280px;display:block; cursor:pointer;border-bottom: 2px #ff9c00 solid;}

.maina .proLista li .boxa .spanImg{ display:block; overflow:hidden;width:405px; height:280px;

background-position:center center; 

-webkit-background-size: cover;  

-moz-background-size: cover;  

-o-background-size: cover; 

background-size:cover;}



.maina .proLista li .spanT{ display: block; z-index:10; height:55px; line-height:55px; width:405px; margin:auto;color:#333; font-size:18px;padding-left: 20px; background:#f2f5fa;}
.maina .proLista li:hover .spanT{text-align: center;}

.maina .proLista li  .avatara  {
    display: block;
    height:280px;
    overflow: hidden;
    width: 405px;
    position: relative;
}
.maina .proLista li .avatara {
    height:280px;
}
.maina .proLista li .avatara .spanImg:hover , .zhuti .avatara .spanImg:hover, .bbsinner .avatara .spanImg:hover  {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}



/**/

.maina .news_list{}

.maina .news_list li{border-bottom: 1px dashed #e4e4e4; padding:25px;background: url(../images/ico2.png) 20px center no-repeat;}
.maina .news_list li .lMore{width: 95px;height: 95px;background:#bababa;text-align: center;margin-top: 35px;}
.maina .news_list li .lMore .one{color: #fff;display: block;font-size: 23px;padding-top: 20px;}
.maina .news_list li .lMore .two{color: #fff;font-size: 15px;}
.maina .news_list li .title{width: 730px;margin-left: 30px;margin-top: 35px;}
.maina .news_list li .title a{font-size: 17px;color: #333;line-height: 35px;}
.maina .news_list li .title p{color: #999;font-size: 14px;line-height: 26px;}
.maina .news_list li:hover .lMore{background: #0063af}
.maina .news_list li:hover .title a{padding-left: 13px;color: #0063af}
.maina .news_list li .xwimg{width: 260px;height: 160px;overflow: hidden;}
.maina .news_list li:hover .xwimg img{transition: all 1.2s; transform: scale(1.2, 1.2);}

.BMap_Marker{ display:none !important;}

.BMap_Marker.BMap_noprint{ background: url(../images/dt.png)  center center no-repeat !important; display:block !important; }


.box_left {
    float: left;
    width:260px;
}
.box_left .mode1 {
    width: 225px;
    margin-bottom: 20px;
}
.box_left .mode1 .z_title {
    font-size: 24px;
    display: block;
    color: #FF2D00;
    margin-left: 10px;
}
.box_left .mode1 .english {
    font-size: 24px;
    color: #d9d9d9;
    letter-spacing: 5px;
    height: 60px;
    margin-left: 10px;
}
.box_left .mode1 ul {
    overflow: hidden;
    padding-left: 0;
    margin-top: 24px;
}
.box_left .mode1 ul li {
    line-height: 40px;
    text-indent: 2em;
    margin: 10px 0;
}
.box_left .mode1 ul li a {
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
    background: #FF2D00;
    color: #ffba00;
}
.box_left .mode1 ul li a:hover {
    color: #fff;
}
.box_left .mode2 {
    width: 225px;
    overflow: hidden;
    margin-top: 50px;
}
.box_left .mode2 .z_title {
    font-size: 24px;
    display: block;
    color: #FF2D00;
    margin-left: 10px;
}
.box_left .mode2 .english {
    font-size: 24px;
    color: #d9d9d9;
    letter-spacing: 5px;
    height: 60px;
    margin-left: 10px;
}
.box_left .mode2 ul {
    margin: 0 0;
    padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px dashed #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
    color:#ffba00;
}
.box_left .mode2 ul li:hover {
    border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
    margin: 50px 0;
}
.box_left .mode3 span {
    background: url(../images/left_con.png) no-repeat 0 0;
    display: block;
    ;
    height: 83px;
    line-height: 83px;
    font-size: 16px;
    text-indent: 1.5em;
    color:#FF2D00;
    font-weight: bold;
}
.box_left .mode3 .left_contact {
    line-height: 26px;
    background:#373737;
    color: #fff;
    padding:10px 15px;
    background-size: 100%
}